home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "CustID": "Long Integer",
- "Title": "Text (50)",
- "Info": "Text (255)",
- "FirstNameTitle": "Text (50)",
- "LastNameTitle": "Text (50)",
- "CoTitle": "Text (50)",
- "AddressTitle": "Text (50)",
- "CityTitle": "Text (50)",
- "StateTitle": "Text (50)",
- "ZipTitle": "Text (50)",
- "AreaCodeTitle": "Text (50)",
- "PhoneTitle": "Text (50)",
- "TitleText": "Text (50)",
- "EveningPhoneText": "Text (50)",
- "DayPhoneText": "Text (50)"
- },
- "data": [
- {
- "CustID": -1,
- "Title": "Personal Information",
- "Info": "The information below is required for your account to be set up.",
- "FirstNameTitle": "First Name",
- "LastNameTitle": "Last Name",
- "CoTitle": "Company",
- "AddressTitle": "Address:",
- "CityTitle": "City:",
- "StateTitle": "State:",
- "ZipTitle": "Zip:",
- "AreaCodeTitle": "Area Code",
- "PhoneTitle": "Phone Number",
- "TitleText": "Title",
- "EveningPhoneText": "Evening",
- "DayPhoneText": "Daytime"
- }
- ]
- }